home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SAS-C / sc655pch / mount / smakefile < prev    next >
Encoding:
Makefile  |  1995-01-11  |  198 b   |  12 lines

  1. all: test testv37
  2.  
  3. test: test.o mount.o
  4.    sc link test.o mount.o to test
  5.  
  6. testv37: test.o mountv37.o
  7.    sc link test.o mountv37.o to testv37
  8.  
  9. test.o: test.c
  10. mount.o: mount.c
  11. mountv37.o: mountv37.c
  12.